create a new Language.
Get the number of distinct field names in this language.
Get the numerical id for the given field name.
Get the field names for the given numerical id.
Get the ABI version number that indicates which version of the Tree-sitter CLI that was used to generate this Language.
Get the numeric id for the given node kind.
Get the number of distinct node types in language.
Get the name of the node kind for the given numerical id.
Check if the node type for the given numerical id is named (as opposed to an anonymous node type).
Check if the node type for the given numerical id is anonymous (as opposed to a named node type).
internal TSLanguage
An opaque object that defines how to parse a particular language. The code for each Language is gen by the Tree-sitter CLI.